SYNTAX:
HS_SET_VS_COMPENSATION(VS_NO, MODE [, ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY] [, WAIT=x]);
DESCRIPTION:
Set the VS compensation.
Before setting VS compensation, the related relay must turn off.
After tester initialization,the system will revert to the default mode(CCOMP0).
REQUIRED ARGUMENT:
PARA1: VS_NO
HS_VS9~32 or power_source_name(string) that has been defined in the PRJ file. Or _C_Variable
PARA2: MODE
MODE: CCOMP0/CCOMP1
Default: CCOMP0
EXAMPLE:
HS_CLOSE_VS_OUTPUT_RELAY(HS_VS9, WAIT=3mS, OFF);
HS_SET_VS_COMPENSATION(HS_VS9, CCOMP1);
HS_CLOSE_VS_OUTPUT_RELAY(HS_VS9, WAIT=3mS, ON);
WAIT(1mS);
HS_FORCE_VS(HS_VS9, FORCE_V, 3.0V, 40UA, E1, I2);